@charset "utf-8";

a:link {color: blue;text-decoration: none}
a:visited {color: blue;text-decoration: none}
a:active {text-decoration: none}
a:hover {color: gray;text-decoration: underline}
a img {border: none; } 

body  {
	/* background: #666666;  /*Very dark gray =/ */
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;   /* 000 == black, 00C == blue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 5;
	leftmargin="0"; topmargin="0"; marginwidth="0"; marginheight="0"
    /* background-color: #FFC; */   /* very pale yellow */
	background-color: #FFF;   /* white */
	/*bgcolor:"#FFF"; */ 
}

body,td,th {color: #000;}  /* black */

#container {
	/* width: 880px; */
	width auto;
	/* ~ mc: was 780 ~ using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0; /* ~ mc: was 1px solid #000000 ~ */
	/*  text-align: left; /* this overrides the text-align: center on the body element. */
	/* background-color: #FFC; */	/* Very pale yellow */
	background-color: #FFFFFF;   /* white */
	color: #000;   /* black */
      */
}


#mainContent {
	position: absolute;
	/* margin: 0 0 0 200px; - changed to `%`, 30.04.21  */
	margin: 0 0 0 17%;  
	/* mc: was 250 ~ the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 700px;
	top: 80px;
	left: 0px;
	height: 400px;
	font-size: 90%;
} 


#sidebar1 {
	position: absolute; /* 21.07.18 */ 
	top: 0px;
	align:left;
	width: 13%;
	/* was 140px; */
	/* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	max-width: 140px;
	height: 100%;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	font-size: 90%;
	left: 0px;
	/* background-color: #EBEBEB; */  /* Very light gray */
    background-color: #D8D8D8;     /* Light gray */
    bottom: 0px;
}


h2 { color: blue; font-size: 125%; }

#toprow {
	position:absolute;
	font-family:Flat Brush;
	font-family:Bradley Hand ITC;
	color:blue;
	font-size:200%;
	font-weight: bold;
	width:667px;
	height:60px;
	z-index:2;
	left: 20%;
	/* left: 217px; - changed to `%`, 30.04.21 */
	top: 10px;
}

#apFooter {
	position:absolute;
    color:gray;
    font-family: "Comic Sans MS", cursive; 
    font-size: 75%; 
	width:800px;
	height:30px;
	z-index:3;
	left: 20px;
}

.footer {color:blue; font-family: "Comic Sans MS", cursive; font-size: 80%; }

.paypalFooter{color:blue;font-family:Arial;font-size:70%}

.copyright {color:gray;font-family: "Comic Sans MS", cursive; font-size: 80%; }

.smallPrint_black{color:black;font-family:Arial;font-size:70%}

.SullivanLinks {
	font-size: 90%;
}


/* -- following code from http://www.somacon.com/ -- */
table.myTable {
	border-width: thin;
	border-spacing: 2px;
	border-style: outset;
	border-color: black;
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10.0pt;
	}
table.myTable th {
	border-width: thin;
	padding: 2px;
	border-style: inset;
	border-color: black;
	background-color: #FFCC00;
}
table.myTable td {
	border-width: thin;
	padding: 2px;
	border-style: inset;
	border-color: black;
}


.contactform {
	BORDER-RIGHT: rgb(200,200,200) 1px solid; PADDING-RIGHT: 10px; BORDER-TOP: rgb(200,200,200) 1px solid; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px; MARGIN: 2em 0px 0px; BORDER-LEFT: rgb(200,200,200) 1px solid; WIDTH: 450px; PADDING-TOP: 10px; BORDER-BOTTOM: rgb(200,200,200) 1px solid; BACKGROUND-COLOR: rgb(240,240,240)
}
.contactform LABEL.left {
	FONT-SIZE: 100%; FLOAT: left; MARGIN: 0px; WIDTH: 100px
}
.contactform SELECT.combo {
	BORDER-RIGHT: rgb(200,200,200) 1px solid; PADDING-RIGHT: 2px; BORDER-TOP: rgb(200,200,200) 1px solid; PADDING-LEFT: 2px; FONT-SIZE: 90%; PADDING-BOTTOM: 2px; BORDER-LEFT: rgb(200,200,200) 1px solid; WIDTH: 175px; PADDING-TOP: 2px; BORDER-BOTTOM: rgb(200,200,200) 1px solid
}
.contactform INPUT.field {
	BORDER-RIGHT: rgb(200,200,200) 1px solid; PADDING-RIGHT: 2px; BORDER-TOP: rgb(200,200,200) 1px solid; PADDING-LEFT: 2px; FONT-SIZE: 90%; PADDING-BOTTOM: 2px; BORDER-LEFT: rgb(200,200,200) 1px solid; WIDTH: 275px; PADDING-TOP: 2px; BORDER-BOTTOM: rgb(200,200,200) 1px solid
}
.contactform P {
	FONT-SIZE: 90%
}

.contactform LEGEND {
	color:blue
}



/* Dreamweaver stuff */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:180px;
	font-size: 1px;
	line-height: 0px;
}
/* `end of` Dreamweaver stuff */